Learn R Programming

mvcor (version 1.1)

Modified RV correlation between two sets of variables: Modified RV correlation between two sets of variables

Description

Modified RV correlation between two sets of variables.

Usage

mrv(y, x)

Value

The value of the modified RV coefficient.

Arguments

y

A numerical matrix.

x

A numerical matrix.

Author

Michail Tsagris

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.

Details

The modified RV correlation coefficient

References

Smilde A. K., Kiers H. A., Bijlsma S., Rubingh C. M. and Van Erk M. J. (2009). Matrix correlations for high-dimensional data: the modified RV-coefficient. Bioinformatics, 25(3): 401--405.

See Also

rv, arv, drv, sq.correl, dcor

Examples

Run this code
mrv( as.matrix(iris[, 1:2]), as.matrix(iris[, 3:4]) )

Run the code above in your browser using DataLab